home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / pagebar / 00039.ls < prev    next >
Encoding:
Text File  |  1995-04-04  |  471 b   |  27 lines

  1. on exitFrame
  2.   global stay
  3.   puppetSprite(2, 1)
  4.   puppetSprite(3, 1)
  5.   puppetSprite(4, 1)
  6.   puppetSprite(5, 1)
  7.   puppetSprite(6, 1)
  8.   puppetSprite(7, 1)
  9.   puppetSprite(8, 1)
  10.   puppetSprite(9, 1)
  11.   puppetSprite(10, 1)
  12.   puppetSprite(11, 1)
  13.   puppetSprite(12, 1)
  14.   set stay to 1
  15.   tell the stage
  16.     puppetTransition(0)
  17.   end tell
  18.   repeat with xxx = 1 to 48
  19.     tell the stage
  20.       puppetSprite(xxx, 0)
  21.     end tell
  22.   end repeat
  23.   tell the stage
  24.     go(1)
  25.   end tell
  26. end
  27.